home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1992-04-24 | 5.6 KB | 141 lines |
- 10 COLOR 15,0,1
- 20 PRINT ""
- 30 PRINT ""
- 40 PRINT " S u p e r G a m e s"
- 50 PRINT ""
- 60 PRINT " V e r s i o n 2 . 1"
- 70 PRINT ""
- 80 PRINT " Copyright (C) 1992 Lightning Software"
- 90 PRINT ""
- 100 PRINT " All Rights Reserved"
- 110 PRINT ""
- 120 PRINT " Coded And Written By Robert L. Folmer"
- 130 PRINT ""
- 140 PRINT " **********************************************************"
- 150 PRINT " * *"
- 160 PRINT " * This product is shareware and as such you may copy and *"
- 170 PRINT " * distribute this program freely. Providing that all *"
- 180 PRINT " * original documentation and files are included. The *"
- 190 PRINT " * program may NOT be modified in any way without the *"
- 200 PRINT " * express written permission of the author. *"
- 210 PRINT " * You are encouraged to distribute this program to *"
- 220 PRINT " * others, so long as all files included in the original *"
- 230 PRINT " * archive are distributed as part of this program. *"
- 240 PRINT " * *"
- 250 PRINT " **********************************************************"
- 260 PRINT ""
- 270 INPUT " Press (ENTER) To Continue!",B$
- 280 CLS
- 290 COLOR 15,5
- 300 PRINT "Super Games is shareware, you are granted a limited license to use "
- 310 PRINT "this product not to exceed 30 days. After which you must register "
- 320 PRINT "the program with the author. Registration is easy just use the "
- 330 PRINT "included file REGISTER.FRM to register your copy. Upon registering "
- 340 PRINT "you will receive the latest version of Super Games on your choice "
- 350 PRINT "of 5 1/4 or 3 1/2 disks, 3 additional games NOT included in the "
- 360 PRINT "shareware version which includes Vigilante, Digger and "
- 370 PRINT "The Wizards Castle. Also registering will entitle you to free "
- 380 PRINT "product updates should it become necessary. Registration is only "
- 390 PRINT "$10.00 and it gives you more than all other shareware programs "
- 400 PRINT "of similar value. "
- 410 PRINT "Please send all registrations to.....Lightning Software "
- 420 PRINT " 2669 Lantern Trail "
- 430 PRINT " Lithia Springs Ga, 30057 "
- 440 PRINT " "
- 450 INPUT " Press (ENTER) To Continue! ",B$
- 460 COLOR 15,0,8
- 470 CLS
- 480 PRINT " Super Games Version 2.1"
- 490 PRINT " Copyright (C) 1992 Lightning Software"
- 500 PRINT " _____________________________________"
- 510 PRINT ""
- 520 PRINT " (1)--->Bloxster (2)--->Pitfall"
- 530 PRINT ""
- 540 PRINT " (3)--->Vigilante (4)--->Digger"
- 550 PRINT ""
- 560 PRINT " (5)--->The Wizards Castle"
- 570 PRINT ""
- 580 PRINT " _____________________________________"
- 590 PRINT ""
- 600 PRINT " (6)--->High Scores Wanted!!!"
- 610 PRINT ""
- 620 PRINT " (7)--->Drop To DOS (Shell)"
- 630 PRINT ""
- 640 PRINT " (8)--->Exit (Return To DOS)"
- 650 PRINT ""
- 660 PRINT " _____________________________________"
- 670 PRINT ""
- 680 PRINT ""
- 690 COLOR 31
- 700 PRINT " Please Choose An Option Above By Typing The Number Of The Menu Item"
- 710 ANS$=INKEY$: IF ANS$=""THEN 710
- 720 IF ANS$="1" THEN 800
- 730 IF ANS$="2" THEN 850
- 740 IF ANS$="3" THEN 900
- 750 IF ANS$="4" THEN 950
- 760 IF ANS$="5" THEN 1000
- 770 IF ANS$="6" THEN 1050
- 780 IF ANS$="7" THEN 1200
- 790 IF ANS$="8" THEN 1250
- 800 COLOR 15,0,0
- 810 CLS
- 820 PRINT "Shelling To DOS And Loading Bloxster Please Wait!....."
- 830 SHELL "BLOXSTER"
- 840 GOTO 460
- 850 COLOR 15,0,0
- 860 CLS
- 870 PRINT "Shelling To DOS And Loading Pitfall Please Wait!....."
- 880 SHELL "PITFALL"
- 890 GOTO 460
- 900 COLOR 15,0,0
- 910 CLS
- 920 PRINT "Sorry! Vigilante Is Only Available In The Registered Version."
- 930 PRINT "See REGISTER.FRM For Instructions On Registering Your Copy!"
- 940 INPUT "Press (ENTER) To Return To Menu.....",B$:GOTO 460
- 950 COLOR 15,0,0
- 960 CLS
- 970 PRINT "Sorry! Digger Is Only Available In The Registered Version."
- 980 PRINT "See REGISTER.FRM For Instructions On Registering Your Copy!"
- 990 INPUT "Press (ENTER) To Return To Menu.....",B$:GOTO 460
- 1000 COLOR 15,0,0
- 1010 CLS
- 1020 PRINT "Sorry! The Wizards Castle Is Only Available In The Registered Version."
- 1030 PRINT "See REGISTER.FRM For Instructions On Registering Your Copy!"
- 1040 INPUT "Press (ENTER) To Return To Menu.....",B$:GOTO 460
- 1050 COLOR 14,0,0
- 1060 CLS
- 1070 PRINT " High Scores Wanted!!!"
- 1080 COLOR 10,0,0
- 1090 PRINT "If you have succeeded in getting a high score, send it in to"
- 1100 PRINT "Lightning Software! Every month Lightning Software will take"
- 1110 PRINT "the top score and print it in the monthly Newsletter! Not only"
- 1120 PRINT "that but if you are selected you will also receive FREE the"
- 1130 PRINT "complete registered version of this program!"
- 1140 PRINT "Here's how you do it!.....Just follow the instructions in the"
- 1150 PRINT "SUPERG21.DOC file under High Scores Wanted!"
- 1160 PRINT "And let the best score win! Goodluck!!!
- 1170 PRINT ""
- 1180 INPUT " Press (ENTER) To Return To Menu",B$
- 1190 GOTO 460
- 1200 COLOR 15,0,0
- 1210 CLS
- 1220 PRINT "Enter Exit To Return To Super Games"
- 1230 SHELL
- 1240 GOTO 460
- 1250 COLOR 15,0,0
- 1260 CLS
- 1270 PRINT "Are You Sure You Want To Quit (Y/N)?"
- 1280 ANS$=INKEY$: IF ANS$=""THEN 1280
- 1290 IF ANS$="Y" THEN 1330
- 1300 IF ANS$="y" THEN 1330
- 1310 IF ANS$="N" THEN 1370
- 1320 IF ANS$="n" THEN 1370
- 1330 CLS
- 1340 PRINT "Thanks For Using Super Games Version 2.1!"
- 1350 PRINT "Super Games Support BBS (404) 739-1216 24 Hours."
- 1360 SYSTEM
- 1370 CLS
- 1380 PRINT "Well Then Don't Say That You Do!"
- 1390 INPUT "Press (ENTER) To Return To Menu",B$
- 1400 GOTO 460
-